home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / TXTSHOW2.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  164 b   |  9 lines

  1. global gSeeAlso, gDBItem
  2.  
  3. on mouseUp
  4.   set seeAlsoList to getaProp(gSeeAlso, gDBItem)
  5.   if not voidp(seeAlsoList) then
  6.     activateSeeAlsoArchWindow()
  7.   end if
  8. end
  9.